Configurates the
C1.Web.Mvc.DropDown<T>.OnClientIsDroppedDownChanging client event. Occurs before the drop down is shown or hidden.
Syntax
'Declaration
Public Function OnClientIsDroppedDownChanging( _
ByVal As String _
) As TBuilder
public TBuilder OnClientIsDroppedDownChanging(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also